home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TGOTOWND / TGOTOWND.txt
Encoding:
Text File  |  2002-04-04  |  1.3 KB  |  67 lines

  1. object GOTOwnd: TGOTOwnd
  2.   Left = 129
  3.   Top = 128
  4.   Width = 259
  5.   Height = 231
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Go to person'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 251
  22.     Height = 167
  23.     Align = alClient
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     OnDblClick = Button1Click
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 167
  31.     Width = 251
  32.     Height = 36
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 1
  36.     object Panel2: TPanel
  37.       Left = 153
  38.       Top = 0
  39.       Width = 98
  40.       Height = 36
  41.       Align = alRight
  42.       BevelOuter = bvNone
  43.       TabOrder = 0
  44.       object Button1: TButton
  45.         Left = 14
  46.         Top = 8
  47.         Width = 75
  48.         Height = 25
  49.         Caption = '&Go'
  50.         Default = True
  51.         TabOrder = 0
  52.         OnClick = Button1Click
  53.       end
  54.     end
  55.     object Button2: TButton
  56.       Left = 8
  57.       Top = 8
  58.       Width = 75
  59.       Height = 25
  60.       Cancel = True
  61.       Caption = '&Close'
  62.       TabOrder = 1
  63.       OnClick = Button2Click
  64.     end
  65.   end
  66. end
  67.